assert_that ~master (2022-05-10T06:09:52.1564319)
Dub
Repo
field
assert_that
Undocumented in source.
template
field (
string
fieldName
alias
matcher
string
file
= __FILE__
ulong
line
= __LINE__
) {
import
std
.
meta
:
AliasSeq
;
;
alias
args
=
AliasSeq
!(
fieldName
,
matcher
,
file
,
line
)
;
mixintemplate
match
(string lhs, string fieldName, alias matcher, string file, ulong line)
;
}
Members
Aliases
args
alias
args
=
AliasSeq
!(
fieldName
,
matcher
,
file
,
line
)
Undocumented in source.
Mixin templates
match
mixintemplate
match
(string lhs, string fieldName, alias matcher, string file, ulong line)
Undocumented in source.
Meta
Source
See Implementation
assert_that
mixin templates
assertThat
templates
all
array
eq
field
fields
op